Date

Syntax: @Date variable[,1=GMT,2=local]

Using the Date command will put the current system date into the date attribute, string variable or string array specified as the variable.

The @DecodeDate command can be used to convert dates into their respective Day, Month and Year constituents while taking account of the country setting being used.

When you wish to manipulate date attributes - for example extract the month part of a date - you can use the @Assign command to assign the date to a string, and then use the copy command on the string.

Calculate current Date of Birth